-
Notifications
You must be signed in to change notification settings - Fork 443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement seal_rent_params
#755
Conversation
I have had a discussion with @athei where he told me that changes to the API are already in the pipeline about a less expressive but still "good enough" API using a single |
Yes. I talked to @cmichi about that. I will look into the next iteration of the |
Codecov Report
@@ Coverage Diff @@
## master #755 +/- ##
==========================================
+ Coverage 83.33% 83.67% +0.33%
==========================================
Files 163 163
Lines 7502 7496 -6
==========================================
+ Hits 6252 6272 +20
+ Misses 1250 1224 -26
Continue to review full report at Codecov.
|
@athei The comment is implemented, do you have anything else? |
It was discussed here that no |
I get a bit sweaty when thinking about making the current rent API accessible without unstable flag. The reason is that in my mind it's pretty certain that we will have another iteration over the current status and not having it behind |
I thought a bit more about it and came to the conclusion that it's best to remove the unstable feature for rent stuff as well. My reasoning is that we are unstable in the rc state anyway and I also want to add examples soon and making them only available on unstable would make them more complicated. Also we might get community input by not hiding this behind a feature flag. |
Needed for #539.
We haven't yet finalized this API as stable, hence I've put it behind a feature flag for now.
Examples will follow in a separate PR.